/* 公共样式表css */

/* 必要布局样式css */

.set-content{
    height: 100%;
    width: 1200px;
    margin:0 auto;
}

.set-title {
	 
    width: 100%;
    height: 70px;
    display: flex;
    z-index: 9999;
	border:#999;
	font-size:16px;
}

.set-title ul li{
    float:left;
    display: block;
    text-align: center;
    height: 100%;
    line-height: 70px;
    color: #707070;
    position: static;
    background: rgba(255,255,255,.1);
    box-sizing: border-box;
    border: solid 1px #b9baba;
    cursor: pointer;
    width: 171.42px;
    cursor:pointer;
}

.set-title ul .on{
    background: #a6a7a7;
	color:#FFF;
}

.set-middle{
    background: -webkit-linear-gradient(top,rgba(204,204,204,1) 0,rgba(204,204,204,.9) 70%,rgba(255,255,255,.6) 100%);
    height: 376px;
    box-sizing: border-box;
    overflow: hidden;
    padding: 15px 17px 0 19px;
}

.set-middle-item{

}

.set-middle-image img{
    display: block;
    float: left;
    cursor: pointer;
}

.set-middle-list ul li{
    display: flex;
    color: #fff;
    font-size: 13px;
    height: 43px;
    line-height: 43px;
    border-bottom: solid 1px #4fc0c8;
    cursor: pointer;
    box-sizing: border-box;
    padding: 0 5px 0 2px;
}

.set-ali{
    flex: 1;
}
.set-java{
    flex: 1.8;
}

.set-salary{
    flex: 1;
}

.set-more{
    text-align: right;
    flex: 1;
}

.set-more:after {
    content: "";
    display: inline-block;
    height: 8px;
    width: 8px;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: rotate(-45deg);
    position: relative;
    top: 0;
    margin-left: 2px;
}